Class Scenario: Expose single domain entity

10

tests

0

failures

0

ignored

0.180s

duration

100%

successful

Tests

Test Duration Result
And it has no actions 0.001s passed
And it is exposed at "/hyperstateTest/test/testAccount" 0.001s passed
And it will have a self link referencing "/hyperstateTest/test/testAccount" 0s passed
And it will have no actions 0s passed
And it will have no links apart from "self" 0s passed
And it's only link is self link referencing "/hyperstateTest/test/testAccount" 0s passed
Given an "Account" domain entity with 0.003s passed
Then the response will be an "Account" domain entity with 0s passed
When request is made to "/hyperstateTest/test/testAccount" for an "au.com.mountainpass.hyperstate.server.entities.Account" 0s passed
classMethod 0.175s passed

Standard output

2016-07-01 05:14:16.828  INFO 2902 --- [    Test worker] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [au.com.mountainpass.hyperstate.server.StepDefs]: no resource found for suffixes {-context.xml, Context.groovy}.
2016-07-01 05:14:16.832  INFO 2902 --- [    Test worker] WebAppIntegrationTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2016-07-01 05:14:16.836  INFO 2902 --- [    Test worker] WebAppIntegrationTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6e0209d2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6f28c239, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5db4c1a2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@60a5d97a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1e170025, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@370720d4]
2016-07-01 05:14:16.837  INFO 2902 --- [    Test worker] o.s.b.f.s.DefaultListableBeanFactory     : Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@5bc1e93d] to [cucumber.runtime.java.spring.GlueCodeScope@2e520ac]

  Scenario: Add Relationship                                                        ?[90m# serviceExposer.feature:14?[0m
    ?[32mGiven ?[0m?[32ma Hyperstate controller "?[0m?[32m?[1mhyperstateTestController?[0m?[32m" at "?[0m?[32m?[1m/hyperstateTest?[0m?[32m"?[0m   ?[90m# StepDefs.a_Hyperstate_controller_at(String,String)?[0m
    ?[32mAnd ?[0m?[32mthe controller's root has an "?[0m?[32m?[1maccounts?[0m?[32m" link to an "?[0m?[32m?[1mAccounts?[0m?[32m" domain entity?[0m ?[90m# StepDefs.the_controller_s_root_has_an_link_to_an_domain_entity(String,String)?[0m
    ?[32mWhen ?[0m?[32mrequest is made to "?[0m?[32m?[1m/hyperstateTest?[0m?[32m"?[0m                                       ?[90m# StepDefs.request_is_made_to(String)?[0m
    ?[32mAnd ?[0m?[32mits "?[0m?[32m?[1maccounts?[0m?[32m" link is followed?[0m                                             ?[90m# StepDefs.its_link_is_followed(String)?[0m
    ?[32mThen ?[0m?[32mthe response will be a "?[0m?[32m?[1mAccounts?[0m?[32m" domain entity?[0m                            ?[90m# StepDefs.the_response_will_be_an_domain_entity(String)?[0m